1,install Nodejshttps://nodejs.org/en/2,install Sublimetext 3Www.sublimetext.com3,install Package ControlHttps://packagecontrol.io
Copy python code
Paste into the console of the sublime
Restart Sublime
Install the Package
Preference, Packages control-> Enter install package-> search package name
Emmet: Shortcut keys
Sidebarenhancement: Enhanced right Column function
Html-css-js prettify: Document Format collation, need to install Nodejs
Seti-ui: Th
1, ConvertToUTF8 support GBK, BIG5, Euc-kr, EUC-JP, Shift_JIS and other encoded plug-ins2. Bracket highlighter is used to match parentheses, quotes, and HTML tags. Useful for very long code. After installation, you do not need to set the plugin to take effect automatically.3. Docblockr Docblockr can automatically generate Phpdoc-style annotations. It supports languages such as JavaScript, PHP, ActionScript, Coffeescript, Java, Objective C, C, C + +4, Emmet (Zen Coding) fast generation of HTML co
reports, see belowA: turns on exporting of all test results, not only errorsO: opens the generated report in a browser (soapui pro only)I: enables soapui UI-related components, required if you use the uisupport class for prompting or displaying informationT: sets the soapui-settings.xml file to use, required if you have custom proxy, SSL, HTTP, etc settingX: sets Project password for decryption if project is encryptedV: sets password for the soapui-settings.xml FileD: sets system property with
plug-in must be installed(mainly for PHP development, other languages are most common, please choose the reader)1, CONVERTTOUTF8 support UTF-8 encoded plug-in2. Bracket highlighter is used to match parentheses, quotes, and HTML tags. Useful for very long code. After installation, you do not need to set the plugin to take effect automatically.3. Docblockr Docblockr can automatically generate Phpdoc-style annotations. It supports languages such as JavaScript, PHP, ActionScript, Coffeescript, Java
install a plugin that supports UTF8 encoding, just enter convert in the input box, automatically match, select ConvertToUTF8 plug-in, enter, wait, install complete, so that St support UTF-8 encoded. I thought the plug-in must be installed(mainly for PHP development, other languages are most common, please choose the reader)1, CONVERTTOUTF8 support UTF-8 encoded plug-in2. Bracket highlighter is used to match parentheses, quotes, and HTML tags. Useful for very long code. After installation, you
, automatically match, select ConvertToUTF8 plug-in, enter, wait, install complete, so that St support UTF-8 encoded.
I thought the plug-in must be installed
(mainly for PHP development, other languages are most common, please choose the reader)
1,ConvertToUTF8 support UTF-8 encoded plug-in
2.Bracket highlighter is used to match parentheses, quotes, and HTML tags. Useful for very long code. After installation, you do not need to set the plugin to take effect automatically.
3.Docblockr Docblockr
1. PHP Code Syntax validation plugin: SublimelinterThe 2.Bracket highlighter is used to match parentheses, quotes, and HTML tags. Useful for very long code. After installation, you do not need to set the plugin to take effect automatically.3.Emmet (Zen Coding) Quick plugin for generating HTML snippets4.SideBar Enhancements This plugin improves the sidebar and adds a lot of features5.THEMR theme Management, when switching themes, you do not have to mo
What is an abstract class?Problem:Does the shape class need to exist?Abstract classes are required to be supported in object-oriented.An exploration of abstract classes:The compilation results are as follows:Refine the example:1#include 2#include string>3 4 using namespacestd;5 6 classShape7 {8 Public:9 Virtual DoubleArea () =0;Ten }; One A classRect: PublicShape - { - intMa; the intMB; - Public: -Rect (intAintb) - { +Ma =A; -MB =b; + } A DoubleArea () at { -
Contact Us
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.